bufio.Reader.fill (method)
8 uses
bufio (current package)
bufio.go#L99: func (b *Reader) fill() {
bufio.go#L151: b.fill() // b.w-b.r < len(b.buf) => buffer is not full
bufio.go#L191: b.fill()
bufio.go#L272: b.fill() // buffer is empty
bufio.go#L307: b.fill() // b.w-b.r < len(buf) => buffer is not full
bufio.go#L379: b.fill() // buffer is not full
bufio.go#L539: b.fill() // buffer not full
bufio.go#L549: b.fill() // buffer is empty
The pages are generated with Golds v0.6.7. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |